 
 
      .example-desc {
        margin:3px 0;
        padding:5px;
      }

      #carousel {
        width: 100%;
        position:relative;
        clear:both;
        overflow:hidden;
        /* background:#FFF; */
        height: 5.6rem;
      }
#carousel li{opacity: 1 !important}
      #carousel img {
         /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }

      .split-left {
        width:450px;
        float:left;
      }
      .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }
      #callback-output {
        height:250px;
        overflow:scroll;
      }
      textarea#newoptions {
        width:430px;
      }
 